go/types.Named.lookupMethod (method)

2 uses

	go/types (current package)
		lookup.go#L154: 				if i, m := named.lookupMethod(pkg, name, foldCase); m != nil {
		named.go#L608: func (n *Named) lookupMethod(pkg *Package, name string, foldCase bool) (int, *Func) {